﻿2026-08-02T16:13:59.5395212Z ##[group]Run actions/checkout@v5
2026-08-02T16:13:59.5395693Z with:
2026-08-02T16:13:59.5396031Z   fetch-depth: 0
2026-08-02T16:13:59.5396408Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:59.5399344Z   token: ***
2026-08-02T16:13:59.5399715Z   ssh-strict: true
2026-08-02T16:13:59.5400058Z   ssh-user: git
2026-08-02T16:13:59.5400413Z   persist-credentials: true
2026-08-02T16:13:59.5400807Z   clean: true
2026-08-02T16:13:59.5401155Z   sparse-checkout-cone-mode: true
2026-08-02T16:13:59.5401567Z   fetch-tags: false
2026-08-02T16:13:59.5401915Z   show-progress: true
2026-08-02T16:13:59.5402277Z   lfs: false
2026-08-02T16:13:59.5402611Z   submodules: false
2026-08-02T16:13:59.5402968Z   set-safe-directory: true
2026-08-02T16:13:59.5403362Z   allow-unsafe-pr-checkout: false
2026-08-02T16:13:59.5403772Z ##[endgroup]
2026-08-02T16:13:59.6172946Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:59.6174757Z ##[group]Getting Git version info
2026-08-02T16:13:59.6175730Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T16:13:59.6177257Z [command]/usr/bin/git version
2026-08-02T16:13:59.6177916Z git version 2.43.0
2026-08-02T16:13:59.6191038Z ##[endgroup]
2026-08-02T16:13:59.6199297Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/6095b5a5-bbc4-43c6-9040-beb9881501de/.gitconfig'
2026-08-02T16:13:59.6205870Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6095b5a5-bbc4-43c6-9040-beb9881501de' before making global git config changes
2026-08-02T16:13:59.6207015Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:13:59.6208827Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T16:13:59.6257914Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T16:13:59.6286602Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:13:59.6299563Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:13:59.6302665Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:13:59.6322241Z refs/heads/golden/barometer
2026-08-02T16:13:59.6328800Z [command]/usr/bin/git checkout --detach
2026-08-02T16:13:59.6384796Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:59.6435499Z [command]/usr/bin/git branch --delete --force golden/barometer
2026-08-02T16:13:59.6453370Z Deleted branch golden/barometer (was 2138b1652).
2026-08-02T16:13:59.6558855Z ##[endgroup]
2026-08-02T16:13:59.6561671Z [command]/usr/bin/git submodule status
2026-08-02T16:13:59.6754348Z ##[group]Cleaning the repository
2026-08-02T16:13:59.6755067Z [command]/usr/bin/git clean -ffdx
2026-08-02T16:13:59.6796417Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T16:13:59.6858052Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:59.6865185Z ##[endgroup]
2026-08-02T16:13:59.6866651Z ##[group]Disabling automatic garbage collection
2026-08-02T16:13:59.6870377Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T16:13:59.6896713Z ##[endgroup]
2026-08-02T16:13:59.6897534Z ##[group]Setting up auth
2026-08-02T16:13:59.6901665Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:13:59.6925940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-02T16:13:59.7121001Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:13:59.7144621Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-02T16:13:59.7334645Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:13:59.7359651Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T16:13:59.7541233Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T16:13:59.7612382Z ##[endgroup]
2026-08-02T16:13:59.7613167Z ##[group]Fetching the repository
2026-08-02T16:13:59.7619850Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-02T16:14:00.4199515Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:14:00.4201144Z  * [new branch]          fix/barometer-clippy-sortkey -> origin/fix/barometer-clippy-sortkey
2026-08-02T16:14:00.4270848Z [command]/usr/bin/git branch --list --remote origin/golden/barometer
2026-08-02T16:14:00.4323050Z   origin/golden/barometer
2026-08-02T16:14:00.4329441Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/barometer
2026-08-02T16:14:00.4346774Z 2138b16526af959112fa39e245dc027c7bfcc754
2026-08-02T16:14:00.4350756Z ##[endgroup]
2026-08-02T16:14:00.4352273Z ##[group]Determining the checkout info
2026-08-02T16:14:00.4353599Z ##[endgroup]
2026-08-02T16:14:00.4354892Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T16:14:00.4392239Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T16:14:00.4416175Z ##[group]Checking out the ref
2026-08-02T16:14:00.4418034Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:14:00.4474678Z Switched to a new branch 'golden/barometer'
2026-08-02T16:14:00.4477096Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:14:00.4481681Z ##[endgroup]
2026-08-02T16:14:00.4515417Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T16:14:00.4539521Z 2138b16526af959112fa39e245dc027c7bfcc754
